Skip to content
View SapiensAnatis's full-sized avatar
  • UK
  • 23:42 (UTC +01:00)
Block or Report

Block or report SapiensAnatis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SapiensAnatis/README.md

Hi there ๐Ÿ‘‹

Welcome to my GitHub profile!

  • ๐Ÿ”ญ Iโ€™m currently working on Dawnshard, a reimplementation of the web backend for the Dragalia Lost mobile game.
  • ๐ŸŒฑ Iโ€™m currently learning more about C#, and dabbling in embedded software development.
  • ๐Ÿ“ซ How to reach me: On Discord as dreadfullydistinct, or via email at dreadfullydistinct4 [at] gmail.com
  • ๐Ÿ˜„ Pronouns: he/him

Pinned

  1. Dawnshard Dawnshard Public

    Server emulator for Dragalia Lost

    C# 76 29

  2. helm-charts helm-charts Public

    Personal Kubernetes Helm chart repository

    2

  3. sph sph Public

    Smoothed-particle hydrodynamics

    C++ 1

  4. nbody-simulation nbody-simulation Public

    Gravitational n-body simulation using a Verlet integrator

    C

  5. matrix-determinant matrix-determinant Public

    Compares speed of brute-force matrix determinant calculation with LU decomposition.

    C

  6. Lorentz factor from running pace Lorentz factor from running pace
    1
    import numpy as np
    2
    np.set_printoptions(precision=32, floatmode="fixed") # float128 isn't really capable of 32 digits anyway
    3
    
                  
    4
    # The following constants are in SI units
    5
    KILOMETER = 1000